POV-Ray : Newsgroups : povray.beta-test : #undef Spline : #undef Spline Server Time
29 Jul 2024 18:27:12 EDT (-0400)
  #undef Spline  
From: Gleb
Date: 23 Mar 2002 18:03:15
Message: <3c9d09b3@news.povray.org>
#undef Spline  causes fatal errors:

//---------------8<-----------------------
#declare Spline =
  spline {
    cubic_spline
    -.25, <0,0,-1>
    0.00, <1,0,0>
    0.25, <0,0,1>
    0.50, <-1,0,0>
    0.75, <0,0,-1>
    1.00, <1,0,0>
    1.25, <0,0,1>
  }

#undef Spline
//---------------8<-----------------------

3.5.beta.13.icl.win32 :

#undef Spline <----ERROR

Parse Error: Expected 'undeclared identifier', spline identifier found
instead

---------------------------

3.5.beta.13.msvc.win32 :

internal error,
Returned from renderer due to access violation exception

 (PIII-1000 512Mb Win2000)


Gleb


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.